home *** CD-ROM | disk | FTP | other *** search
- /* Software options */
- #define IP 1 /* Include TCP/IP code */
- #define SERVERS 1 /* Include TCP servers */
- #define FTPC 1 /* Include FTP client */
- #define SMTPC 1 /* Include SMTP client */
- #define TRACE 1 /* Include packet tracing code */
- #define MHEARD 1 /* Include station monitoring code */
- #define NSESSIONS 10 /* Number of interactive clients */
-
- /* Hardware configuration */
- #define SLIP 1 /* Serial Line IP subnet code */
- #define KISS 1 /* KISS TNC code */
- #undef HAPN 1 /* Hamilton Area Packet Network driver code */
- #undef EAGLE 1 /* Eagle card driver */
- #undef PC100 1 /* PAC-COM PC-100 driver code */
- #define SCC 1 /* Z8530 SCC driver code */
- #undef APPLETALK 1 /* Appletalk interface (Macintosh) */
-
- #if (defined(NETROM)||defined(KISS)||defined(HAPN)||defined(EAGLE)||defined(PC100)||defined(SCC))
- # undef AX25
- # define AX25 1 /* AX.25 subnet code */
- #endif
-
- /* KISS TNC, SLIP, NRS or PACKET implies ASY */
- #if (defined(KISS) || defined(PACKET) || defined(NRS) || defined(SLIP))
- # undef ASY
- # define ASY 1 /* Asynch driver code */
- #endif
-
-